GetLast Method (Folders Collection) 

The GetLast method returns the last Folder ObjectKM47H0 in the Folders collection. It returns Nothing if no last object exists.

Syntax

Set objFolder = objFoldersColl.GetLast()

Parameters

objFolder

On successful return, represents the last Folder object in the collection.

objFoldersColl

Required. The Folders collection object.

 

Remarks

The Get methods are similar to the Find and Move methods used with Microsoft Access databases. The Get methods have different names because they use a different syntax.